VxOptionMenuSetSelected
Select an option from an OptionMenu
Syntax
VxOptionMenuSetSelected widgetName selection
Description
Selects an option from an OptionMenu. The selected option is specified by selection, the Label of the selected PushButton.
Arguments
- widgetName
- The name of the Menu (as returned by VxOptionMenu).
- selection
- The Label of the PushButton to be selected.